UCF STIG Viewer Logo

The system must be configured to store any process core dumps in a specific, centralized directory.


Overview

Finding ID Version Rule ID IA Controls Severity
V-95717 SOL-11.1-080045 SV-104855r1_rule Medium
Description
Specifying a centralized location for core file creation allows for the centralized protection of core files. Process core dumps contain the memory in use by the process when it crashed. Any data the process was handling may be contained in the core file, and it must be protected accordingly. If process core dump creation is not configured to use a centralized directory, core dumps may be created in a directory that does not have appropriate ownership or permissions configured, which could result in unauthorized access to the core dumps.
STIG Date
Solaris 11 X86 Security Technical Implementation Guide 2019-12-18

Details

Check Text ( C-94545r1_chk )
Check the defined directory for process core dumps:

# coreadm | grep "global core file pattern"

If the parameter is not set, or is not an absolute path (does not start with a slash [/]), this is a finding.
Fix Text (F-101383r1_fix)
The root role is required.

Set the core file directory and file pattern.

# coreadm -g /var/share/cores/core.%f.%p